proprietary drivers

All posts tagged proprietary drivers by Linux Bash
  • Posted on
    Featured Image
    When using Linux, depending on the hardware you have, you may at times need to install proprietary drivers to optimise performance, especially for GPU, Wi-Fi, or other peripheral devices. Different Linux distributions have different methods for handling these installations. Below, we will walk through how to install proprietary drivers on three major distributions: Red Hat Enterprise Linux (RHEL), Ubuntu, and openSUSE. On RHEL, installing proprietary drivers often involves using the dnf package manager. For instance, let's take an example of installing an NVIDIA driver. bash sudo dnf install epel-release sudo dnf config-manager --set-enabled powertools Step 2: Install ELRepo: bash sudo dnf install https://www.elrepo.org/elrepo-release-8.